ARM: tam3517-common: fix nand spl boot
authorJeroen Hofstee <[email protected]>
Sat, 21 Dec 2013 17:03:09 +0000 (18:03 +0100)
committerTom Rini <[email protected]>
Tue, 7 Jan 2014 21:41:12 +0000 (16:41 -0500)
commit f9095aac793aa8917ab9b915c5d449e6dc8d3d30, "mtd: nand:
omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of ecc-scheme"
removed CONFIG_SPL_NAND_SOFTECC from the tam3517 common config,
causing the spl nand boot to fail. Add it back, so derived
boards boot again.

Cc: Pekon Gupta <[email protected]>
Cc: Scott Wood <[email protected]>
Cc: Raphael Assenat <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Tapani Utriainen <[email protected]>
Signed-off-by: Jeroen Hofstee <[email protected]>
Acked-by: Stefano Babic <[email protected]>
include/configs/tam3517-common.h

index 439fc47eb85171183cbb10ef3f76751fd3f5ae54..d44b5c036de2a80ed1d1462c2919525f85314f5a 100644 (file)
 #define CONFIG_SPL_BOARD_INIT
 #define CONFIG_SPL_CONSOLE
 #define CONFIG_SPL_NAND_SIMPLE
+#define CONFIG_SPL_NAND_SOFTECC
 #define CONFIG_SPL_NAND_WORKSPACE      0x8f07f000 /* below BSS */
 
 #define CONFIG_SPL_LIBCOMMON_SUPPORT